PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.svg Package / PDFSvgDrawing Class / renderSvgDrawing Method
In This Topic
    renderSvgDrawing Method
    In This Topic
    Renders the SVG document as PDF graphics.
    This method performs an explicit rendering of the SVG content to PDF. After the rendering process the size of this object can be retrieved using the and methods.
    An explicit call of this method is not required, the framework calls it when the SVG drawing is drawn on the target graphic surface.
    Overload List
    OverloadDescription
    Renders the SVG document as PDF graphics.
    This method performs an explicit rendering of the SVG content to PDF. After the rendering process the size of this object can be retrieved using the and methods.
    An explicit call of this method is not required, the framework calls it when the SVG drawing is drawn on the target graphic surface.  
    This method supports the internal library infrastructure and should not be used by external client code.  
    See Also